Rachel
Toggle table of contents
3.5.0
web
Target filter
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.plugin.pag-kmp
/
org.libpag
/
[web]PAGImage
/
Companion
Companion
web
object
Companion
Members
Functions
from
File
Link copied to clipboard
web
fun
fromFile
(
data
:
File
)
:
Promise
<
PAGImage
>
from
Pixels
Link copied to clipboard
web
fun
fromPixels
(
pixels
:
Uint8Array
,
width
:
Int
,
height
:
Int
,
colorType
:
Int
,
alphaType
:
Int
)
:
PAGImage
from
Source
Link copied to clipboard
web
fun
fromSource
(
source
:
TexImageSource
)
:
PAGImage
from
Texture
Link copied to clipboard
web
fun
fromTexture
(
textureID
:
Int
,
width
:
Int
,
height
:
Int
,
flipY
:
Boolean
)
:
PAGImage